home *** CD-ROM | disk | FTP | other *** search
/ The Atari Compendium / The Atari Compendium (Toad Computers) (1994).iso / files / umich / utils / n_syscom.arc / N_SYSCOM.TXT < prev   
Text File  |  1990-04-15  |  3KB  |  54 lines

  1.  
  2.                            -----------------------
  3.                            Manual for N_SYSCOM 1.1
  4.                            -----------------------
  5.  
  6. It  is  now possible to see the Gemdos,  Bios,  Xbios and GEM  (AES  and  VDI)
  7. actions your computer is doing on screen.  N_SYSCOM.ACC can only be run as  an
  8. accessory;  settings  can  be changed (not saved however) by clicking  on  the
  9. "System  Command"  menu.  You can choose between showing or  not  showing  the
  10. system  commands.  Clicking on "Yes" leads to the question about the  position
  11. you want the information showed.  "Top" means at the top of the screen, "Menu"
  12. means just under the menu bar and "Bottom" means at the bottom of the  screen.
  13. The momentary value will be the default button.  Defaults at startup are  "No"
  14. and "Bottom".
  15.  
  16. Information  will be displayed with the system 8x8 font;  this information  is
  17. written to the screen directly,  which is the reason N_SYSCOM only works  with
  18. the highest,  monochrome resolu-tion. Writing to the screen is done with a VBL
  19. routine,  which  writes  the information each time the screen  has  renewed  3
  20. times, so about 72/3 times pro second.
  21.  
  22. The VBL routine is installed in the first entry in the VBL queue with the XBRA
  23. id "NSC1". The vector allready installed there will be executed after this VBL
  24. routine is ready.
  25.  
  26. N_SYSCOM installs its own Gemdos,  Bios,  Xbios and Gem vector.  This is  done
  27. with the same XBRA id "NSC1".  The opcode send to one of those system  vectors
  28. is translated in a 'normal' readable code and printed on screen. The opcode is
  29. then send to the original system vector, so no commands are lost ...
  30.  
  31. Showing  the information on the screen takes time.  Some measures  with  Quick
  32. Index  1.6  show  that  your Atari is working at about  95%  of  the  original
  33. velocity when N_SYSCOM is installed;  there is practically  no  loss  when  no
  34. information  is shown ...
  35.  
  36. N_SYSCOM works with all TOS versions and in High resolution (640*400) only ...
  37.  
  38. There  are no bugs known about this program except the ones  described  above,
  39. which are no bugs actually.  This program is strictly Public Domain, so it may
  40. not  be  sold  in  any way.  N_SYSCOM.TXT  should  always  be  accompanied  by
  41. N_SYSCOM.ACC and the other way around.  Use it at your own risk (though,  what
  42. can happen?).
  43.  
  44. N_SYSCOM is written in assembler. The actual code is only 1000 bytes: the rest
  45. is data (all the 'readable' commands have to come from somewhere!). The source
  46. can be obtained for a small fee.  Write to the author for further information.
  47.  
  48. Noud van Kruysbergen
  49. N.I.C.I.
  50. P.O. Box 9104
  51. 6500 HE Nijmegen
  52. email:kruysbergen@hnykun53.bitnet
  53.  
  54.